home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Befund5a.dfm / Befund5a.txt
Encoding:
Text File  |  1998-12-22  |  3.9 KB  |  190 lines

  1. object Form1: TForm1
  2.   Left = 242
  3.   Top = 114
  4.   Width = 435
  5.   Height = 354
  6.   Caption = 'Seelenklempner II'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   PopupMenu = PopupMenu1
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object GroupBox1: TGroupBox
  19.     Left = 16
  20.     Top = 24
  21.     Width = 400
  22.     Height = 60
  23.     Caption = 'Das sagst Du mir'
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -17
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     TabOrder = 0
  31.     object Edit1: TEdit
  32.       Left = 10
  33.       Top = 24
  34.       Width = 380
  35.       Height = 28
  36.       TabOrder = 0
  37.     end
  38.   end
  39.   object GroupBox2: TGroupBox
  40.     Left = 16
  41.     Top = 96
  42.     Width = 400
  43.     Height = 60
  44.     Caption = 'Das sag ich Dir'
  45.     Font.Charset = ANSI_CHARSET
  46.     Font.Color = clBlack
  47.     Font.Height = -17
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     TabOrder = 1
  52.     object Panel1: TPanel
  53.       Left = 10
  54.       Top = 24
  55.       Width = 380
  56.       Height = 25
  57.       BevelOuter = bvLowered
  58.       TabOrder = 0
  59.     end
  60.   end
  61.   object GroupBox3: TGroupBox
  62.     Left = 16
  63.     Top = 168
  64.     Width = 400
  65.     Height = 60
  66.     Caption = 'Diagnose-Manipulator'
  67.     Font.Charset = ANSI_CHARSET
  68.     Font.Color = clBlack
  69.     Font.Height = -17
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 2
  74.     object ScrollBar1: TScrollBar
  75.       Left = 10
  76.       Top = 24
  77.       Width = 380
  78.       Height = 25
  79.       TabOrder = 0
  80.       OnChange = ScrollBar1Change
  81.     end
  82.   end
  83.   object Button1: TButton
  84.     Left = 48
  85.     Top = 248
  86.     Width = 140
  87.     Height = 40
  88.     Caption = 'Neu'
  89.     Font.Charset = ANSI_CHARSET
  90.     Font.Color = clBlack
  91.     Font.Height = -17
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentFont = False
  95.     TabOrder = 3
  96.     OnClick = Button1Click
  97.   end
  98.   object Button2: TButton
  99.     Left = 240
  100.     Top = 248
  101.     Width = 140
  102.     Height = 40
  103.     Caption = 'Fertig'
  104.     Font.Charset = ANSI_CHARSET
  105.     Font.Color = clBlack
  106.     Font.Height = -17
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = []
  109.     ParentFont = False
  110.     TabOrder = 4
  111.     OnClick = Button2Click
  112.   end
  113.   object RichEdit1: TRichEdit
  114.     Left = 24
  115.     Top = 0
  116.     Width = 380
  117.     Height = 25
  118.     Font.Charset = ANSI_CHARSET
  119.     Font.Color = clBlack
  120.     Font.Height = -17
  121.     Font.Name = 'Arial'
  122.     Font.Style = []
  123.     ParentFont = False
  124.     TabOrder = 5
  125.     Visible = False
  126.   end
  127.   object MainMenu1: TMainMenu
  128.     Left = 184
  129.     object Datei1: TMenuItem
  130.       Caption = 'Datei'
  131.       ShortCut = 0
  132.       object Oeffnen1: TMenuItem
  133.         Caption = '∩┐╜ffnen'
  134.         ShortCut = 0
  135.         OnClick = Oeffnen1Click
  136.       end
  137.       object Speichern1: TMenuItem
  138.         Caption = 'Speichern'
  139.         ShortCut = 0
  140.         OnClick = Speichern1Click
  141.       end
  142.       object Drucken1: TMenuItem
  143.         Caption = 'Drucken'
  144.         ShortCut = 0
  145.         OnClick = Drucken1Click
  146.       end
  147.       object Ende1: TMenuItem
  148.         Caption = 'Ende'
  149.         ShortCut = 0
  150.       end
  151.     end
  152.   end
  153.   object OpenDialog1: TOpenDialog
  154.     FileEditStyle = fsEdit
  155.     Filter = 'Textdateien (*.txt)|*.txt|Alle Dateien (*.*)|*.*'
  156.     Left = 224
  157.   end
  158.   object SaveDialog1: TSaveDialog
  159.     FileEditStyle = fsEdit
  160.     Filter = 'Textdateien (*.txt)|*.txt'
  161.     Left = 264
  162.   end
  163.   object PrintDialog1: TPrintDialog
  164.     Left = 304
  165.   end
  166.   object PopupMenu1: TPopupMenu
  167.     Left = 344
  168.     object Neu1: TMenuItem
  169.       Caption = 'Neu'
  170.       ShortCut = 0
  171.       OnClick = Neu1Click
  172.     end
  173.     object Drucken2: TMenuItem
  174.       Caption = 'Fertig'
  175.       ShortCut = 0
  176.       OnClick = Drucken2Click
  177.     end
  178.     object Oeffnen2: TMenuItem
  179.       Caption = '∩┐╜ffnen'
  180.       ShortCut = 0
  181.       OnClick = Oeffnen2Click
  182.     end
  183.     object Speichern2: TMenuItem
  184.       Caption = 'Speichern'
  185.       ShortCut = 0
  186.       OnClick = Speichern2Click
  187.     end
  188.   end
  189. end
  190.